snapshot: Set blend mode directly after pushing state
authorTimm Bäder <mail@baedert.org>
Sun, 8 Oct 2017 06:28:35 +0000 (08:28 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 8 Oct 2017 06:28:35 +0000 (08:28 +0200)
commit007e4639a8404fba6e71b3e7120de7a34253c2ae
tree986f1e4b6f3d54d8cdc69d3932d787ab03f50836
parentf597de817ead93c78a7ea110a7a22493fa13c067
snapshot: Set blend mode directly after pushing state

This is important since _push_state returns a pointer into a GArray
which could be invalidated and point to garbage after the subsequent
push_state call.
gtk/gtksnapshot.c